Contribution org.nuxeo.webengine.blogs.ecm.types--types
In component org.nuxeo.webengine.blogs.ecm.types
org.nuxeo.webengine.blogs.ecm.types
inside nuxeo-webengine-blogs-5.8.jar
This contribution is part of XML component Extension Point
Extension point types of component TypeService.Contributed Items
XML Source
<extension point="types" target="org.nuxeo.ecm.platform.types.TypeService">
<type id="BlogSite">
<label>BlogSite</label>
<icon>/icons/blog_folder.png</icon>
<bigIcon>/icons/blogsite_100.png</bigIcon>
<icon-expanded>/icons/blogsite_100.png</icon-expanded>
<category>Collaborative</category>
<description>BlogSite.description</description>
<default-view>view_documents</default-view>
<subtypes>
<type>BlogPost</type>
<type>ContextualLink</type>
</subtypes>
<layouts mode="any">
<layout>blogcontainer</layout>
<!-- The specifics are not shown for the moment. -->
<!-- <layout>blog</layout> -->
</layouts>
<layouts mode="edit">
<layout>blogcontainer</layout>
<!-- The specifics are not shown for the moment. -->
<!-- <layout>blog</layout> -->
</layouts>
<contentViews category="content">
<contentView>document_content</contentView>
</contentViews>
<contentViews category="trash_content">
<contentView showInExportView="false">
document_trash_content
</contentView>
</contentViews>
</type>
<type id="BlogPost">
<label>BlogPost</label>
<icon>/icons/blogpage.png</icon>
<bigIcon>/icons/blogpage_100.png</bigIcon>
<icon-expanded>/icons/blogpage.png</icon-expanded>
<category>SimpleDocument</category>
<description>BlogPost.description</description>
<default-view>view_documents</default-view>
<layouts mode="any">
<layout>heading</layout>
<layout>webpage</layout>
<!-- The specifics are not shown for the moment. -->
<!-- <layout>blogpost</layout> -->
</layouts>
<layouts mode="edit">
<layout>heading</layout>
<layout>webpage</layout>
<!-- The specifics are not shown for the moment. -->
<!-- <layout>blogpost</layout> -->
<layout>dublincore</layout>
</layouts>
</type>
<type id="Workspace">
<subtypes>
<type>BlogSite</type>
</subtypes>
</type>
<type id="Folder">
<subtypes>
<type>BlogSite</type>
</subtypes>
</type>
<type id="OrderedFolder">
<subtypes>
<type>BlogSite</type>
</subtypes>
</type>
</extension>